home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
miami_dodatki
/
miamionoff
/
rexx
/
miamionline.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1996-12-15
|
431b
|
32 lines
/*
** Miami online - arexx script for Miami TCP/IP
**
** $VER: MiamiOnline 1.1 (9.11.96)
**
** By Kenneth C. Nilsen (kennecni@IDGonline.no)
**
*/
options results
if ~show('p', 'MIAMI.1') then do
address command
"run <>nil: tools:miami/miami" /* NOTE: Change this path! */
"WaitForPort MIAMI.1"
end
address 'MIAMI.1'
ISONLINE
if RC=1 then exit 5
ONLINE
ISONLINE
if RC=0 then exit 5
ISONLINE
if RC=1 then hide
exit 0